body {
    font-family: "Times New Roman", serif;
    background-repeat: repeat;
    background: url('\\storage/images/bg.png');
    background-position: 0 0;
}
.city {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e4e4e4;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1d63dc;
    border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1d63dc;
}

.map {
    width: 100%;
    height: 90vh;
    position: absolute;
    background: url(\\storage/images/mapLAST.svg) no-repeat 0 0;
    background-size: 100%;
    background-position: center;
}
.header{
    text-align: center;
    font-weight: bold;
    /*-webkit-text-stroke: 1px #1d63dc;*/
    color: white;
    padding: 1rem 8rem;
    font-size: 27px;
    background: rgba(29, 99, 220, 1);
    border-radius: .5rem;
    margin: .5rem;
}
.glass {
    background: rgba( 255, 255, 255, 0.30 );
    box-shadow: 0 8px 32px 0 #1d63dc1c;
    backdrop-filter: blur( 1.8px );
    /*margin: 2px;*/
    -webkit-backdrop-filter: blur( 0.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.glass1 {
    background: rgba(29, 99, 220, 0.20);
    box-shadow: 0 0px 16px 0 #cccccc;
    backdrop-filter: blur( 1.2px );
    /*margin: 2px;*/
    -webkit-backdrop-filter: blur( 0.0px );
    border-radius: 10px;
    border: 1px solid rgba(29, 99, 220, 0.12);
}
.button {
    border-radius: .5rem;
    width: 100%;
    padding: 1rem;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    cursor: pointer;
    transition: 0.5s all ease;
    border: 2px solid #1d63dc;
    color: black;
    font-weight: bold;
    background: rgba( 255, 255, 255, 0.85 );
}
.button:hover {
    color: white;
    /*border: 2px solid white;*/
    background-color: #1d63dc;
}
.info {
    width: 100%;
    height: calc(60vh - 3rem);
    max-height: calc(60vh - 3rem);
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .5rem;
    padding: 1rem;
    display: none;
    text-align: center;
}
.active {
    display: block;
}
@media (max-width: 1200px) {
    .map{
        background-position: center;
        background-size: 90%;
    }
}
@media (max-width: 992px) {
    .header {
        padding: 1rem 4rem;
        font-size: 22px;

    }
    .button {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .header {
        font-size: 20px;
        padding: 1rem 1rem;

    }
    .back-button{
        left:10px !important;
    }
}

.back-button {
    position: absolute;
    font-weight: bold;
    color: white;
    font-size: 3rem;
    left: 30px;
    top: 12%;
    cursor: pointer;
    transition: .3s left ease;
}
.back-button:hover{
    left: 20px;
}
.label {
    font-size: 18px;
    font-weight: bold;
}
.input {
    background: rgba( 255, 255, 255, 0.85 );
    border-radius: .5rem;
    border: 1px dashed #1d63dc;
    padding: .5rem;
    font-size: 16px;
}
.input:focus {
    box-shadow: 0 0 10px rgba(29, 99, 220, 0.5);
    transition: .5s;
    outline: none !important;
}

@media (max-width: 1200px) {
    #box {
        padding: 1rem 1rem !important;
    }
}

.wrap-step {
    padding-bottom: 50px;
    margin-top: 2rem;

}



.icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    box-shadow: 0 3px 4px rgb(19 94 204 / 6%);
    background: rgba( 255, 255, 255, 0.85 );
    border-radius: 50%;
    border: 2px solid #1d63dc;
}
.steps .step.active-step .icon svg {
    /*color: #1d63dc;*/
    color: red;
}
.steps .step.active-step .icon {
    border: 2px solid red;
}
.icon svg{
    margin: 8px;
    width: 22px;
    height: 22px;
}
.text {
    display: block;
    margin-top: 12px;
    font-size: 16px;
}
.step.active-step .text {
    font-weight: 700;
    color: red;
}

.progress {
    display: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 1.5rem
}

.progress-bar {
    transition: .5s width ease;
}
#qrcode {
    display: inline-block;
}
#qrcode > img {
    display: inline-block;
}
@media (max-width: 1330px) {
    .progress {
        display: flex;
    }
    .steps {
        display: none;
    }
}
